home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / iserv250.zip / ISERVCFG.HLP < prev    next >
Text File  |  1995-12-14  |  28KB  |  699 lines

  1.  
  2. iServer 2.5 ∙ Internal Help File
  3. ──────────────────────────────────────────────────────────────────────────
  4. This is a context sensitive help file that is intended to be used with the
  5. ISERVCFG.EXE program, and not directly viewed with a file reader.
  6.  
  7. Please run ISERVCFG.EXE and press F1 from anywhere for detailed help.
  8. ──────────────────────────────────────────────────────────────────────────
  9. Press Ctrl-C to abort...
  10. 
  11. 
  12. 
  13. 
  14. 
  15. 
  16. []IRS
  17. With iServer you can make your system automatically respond to messages
  18. addressed to certain functions.  They can be very powerful for responding
  19. to queries or running programs much like an automated full internet server.
  20.  
  21. For example, you could have an entry setup that when someone posted a
  22. message to " help@yoursite.com" that it returns a help file to the poster
  23. of the message.
  24.  
  25. You can also setup a function to respond to a message automatically with
  26. a text file, but then also leave the message to the receiver, rather than
  27. delete it.  For example, you could have " comments@yoursite.com" that would
  28. send a "thank you for your comments" text file immediately, but then leave
  29. the comments for you to review later.
  30.  
  31. You can also run programs on demand, for example you could setup an
  32. entry that when someone posted to " add-to-faq@yoursite.com", that it
  33. would run a program that could take their original message, and add it
  34. to another text file.
  35.  
  36. When a program is shelled from iServer, it will create a file called
  37. "REQUEST", this file will contain all the info about who the message
  38. was from, to, subject, etc, along with the original text of the message.
  39. When the shelled program returns, iServer will check for the existance
  40. of a file called "RESPONSE", if it exists it will be posted back to
  41. the original sender of the request.
  42.  
  43.   For example:
  44.  
  45.   User posts to " add-to-faq@yoursite.com" you could run a program,
  46.   even a batch file, like this:
  47.  
  48.   @echo off
  49.   type REQUEST >> \THEFAQ.TXT
  50.   copy THANKYOU.TXT RESPONSE
  51.  
  52.   This would copy the original message into a growing text file, and
  53.   send them back a "thank you" message.
  54.  
  55.   Another example:
  56.  
  57.   You can get iServer to run other maintenance or utility programs
  58.   when it sees messages to another user.  For example, if you are
  59.   using Transx, you could get iServer to watch for messages to
  60.   " transx@yoursite.com" and run TRANSX.EXE when it saw an incoming
  61.   message for that program.
  62.  
  63. There is one last function type, that allows a message to trigger
  64. another program to run after it.  For example, you could setup
  65. iServer so if it saw a message to "AreaFix", it would run your
  66. areafix manager after it was done.  The reason that you would want
  67. to run it after iServer is completed rather than right away, is
  68. to avoid any sharing problems between the two applications
  69. scanning the same netmail message area.
  70.  
  71. With these four options of the response function, you can automate
  72. basically any part of your system with lots of infobots and custom
  73. run-on-demand programs.
  74.  
  75. In addition, you can govern the format of the "REQUEST" file by
  76. editing the " RESPOND.MSG" file in your iServer directory.
  77.  
  78. Limited to 3 responds in unregistered version.
  79. []RPE
  80. When people post your system at " someone@yoursite.com", the " someone"
  81. part is called a "Trigger", you can setup some automated features or
  82. information packages on what are called "Infobots"  What the Infobot
  83. does is dependant on the "Type" that you have specified.
  84.  
  85. Trigger
  86.  
  87.  ■ This is the trigger part of the name that you want to use for
  88.    your automated feature.
  89.  
  90. Type
  91.  
  92.  ■ You have four different types of Infobots available:
  93.  
  94.     Return message     This returns a textfile as a message to the sender
  95.                       of the infobot request then deletes the original
  96.                       message received.
  97.  
  98.     Reply and forward  This returns a textfile as a message to the sender
  99.                       of the infobot request and leaves the original
  100.                       message present.
  101.  
  102.     Run program        This creates a template file called "REQUEST" in the
  103.                       iServer directory that contains information about the
  104.                       sender of the message, it then executes an external
  105.                       program, and upon returning, if there is a file
  106.                       called "RESPONSE" it will post that to the sender of
  107.                       the original message.  The original message is
  108.                       deleted in this process.
  109.  
  110.     Delay Run Program  This is causes the external program to be run after
  111.                       iServer has completed scanning the netmail directory.
  112.                       iServer does not deleate the trigger message at this
  113.                       time, and leaves that upto the called program to do
  114.                       after it has finished processing it.
  115.  
  116. File
  117.  
  118.  ■ This is either the textfile name to send to the requester, or if the
  119.    Type is "Run", it is the program to execute.
  120.  
  121. Subject
  122.  
  123.  ■ Whatever is in here will replace the old subject on any returned
  124.    messages.  If it is blank, the original subject will be used when
  125.    creating the reply.
  126.  
  127. For example, if someone posted a message:
  128.  
  129.   To: triggername            (the @yoursite.com is removed at the gateway)
  130.   Fm: bobuser@elsewhere.com  (the requester of the information)
  131.   Sb: Info please            (the original subject)
  132.  
  133. And you had a trigger called "triggername", that returned a textfile
  134. and replaced the subject with "Your request", you would see the headers
  135. of the new message look something like this:
  136.  
  137.   To: bobuser@elsewhere.com  (the requester of the information)
  138.   Fm: servername             (the @yoursite.com is added at the gateway)
  139.   Sb: Your request           (the new subject replaced)
  140.  
  141. This feature is great for setting up information services, such as:
  142.  
  143.    help@yoursite.com
  144.    comments@yoursite.com
  145.    info@yoursite.com
  146.    prices@yoursite.com
  147.  
  148. Limited to 3 responds in unregistered version.
  149. []T
  150. Tables are much like " Infobots" in the fact that they can return,
  151. forward or execute programs when triggered.  The difference is that
  152. instead of looking for a "triggername@yoursite.com", iServer can
  153. scan " Tables" of names to search for a match.
  154.  
  155. Its main purpose is to be able to put userid names into classes of
  156. functions.  For example, say you had a number of users that abused
  157. your system, and you did not want to accept mail for them, you could
  158. simply put all of their names into a table, and have any mail that
  159. came in searched against that table.  If there was a match, you could
  160. return the mail to the sender.
  161.  
  162. Here's the setup for the above example:
  163.  
  164.   Table :  BADUSERS
  165.   Type  :  Return
  166.   File  :  \path\BADUSER.TXT
  167.  
  168. Now anytime a message came in that was addressed to a user that was
  169. in the BADUSERS table, it would return a textfile "BADUSER.TXT" to
  170. the sender of the message.
  171.  
  172. To put user names into a table, use the included program " TABLE.EXE"
  173. The usage for TABLE.EXE is as follows:
  174.  
  175.    TABLE <tablename> <+|-><username>
  176.  
  177. For example to add the user "Bob User" to the BADUSERS table, you
  178. would type:  TABLE BADUSERS +Bob User
  179.  
  180. To remove Joe Smith from the same table, you would use this command
  181. line instead:  TABLE BADUSERS -Joe Smith
  182.  
  183. Another idea for a table is having a vacation notice.  You could
  184. have "TABLE.EXE VACATION +User name" as an option from your BBS as
  185. a "run an external program menu option".  The user could run it to
  186. put themselves on a "vacation list", then you'd have a table entry
  187. like this:
  188.  
  189.   Table :  VACATION
  190.   Type  :  Reply and Forward
  191.   File  :  \path\VACATION.TXT
  192.  
  193. This would return a message to the sender letting them know that
  194. the receiver might be a while before responding, and because the
  195. Type is "Reply and Forward", the original message will be left for
  196. them when they return.
  197.  
  198. Registered use only.
  199. []TE
  200. Table
  201.  
  202.  ■ This is the name of the table file to scan.  It will be located in
  203.    your main iServer directory with a .TBL extension.
  204.  
  205. Type
  206.  
  207.  ■ You have three different types of Infobots available:
  208.  
  209.     Return message     This returns a textfile as a message to the sender
  210.                       of the infobot request then deletes the original
  211.                       message received.
  212.  
  213.     Reply and forward  This returns a textfile as a message to the sender
  214.                       of the infobot request and leaves the original
  215.                       message present.
  216.  
  217.     Run program        This creates a template file called "REQUEST" in the
  218.                       iServer directory that contains information about the
  219.                       sender of the message, it then executes an external
  220.                       program, and upon returning, if there is a file
  221.                       called "RESPONSE" it will post that to the sender of
  222.                       the original message.  The original message is
  223.                       deleted in this process.
  224.  
  225. File
  226.  
  227.  ■ This is either the textfile name to send to the requester, or if the
  228.    Type is "Run", it is the program to execute.
  229.  
  230. Registered use only.
  231. []RTE
  232. Restrict
  233.  
  234.  ■ This is the site or function that you want to restrict.   It will be
  235.    searched for in the destination address, as well as the subject.
  236.  
  237.  ■ Partial matches are also found, therefore restricting "SUBSC" also
  238.    restricts "SUBSCRIBE", etc..
  239.  
  240. Flag override
  241.  
  242.  ■ If you wish users with a certain flag to be able to access this site
  243.    still, you can do so by placing the flag required here.  This is great
  244.    for allowing certain users access to certain sites while restricting
  245.    others from posting to it.
  246.  
  247.  ■ To erase a flag that is already set, simply replace the flag with
  248.    spaces and hit enter.
  249.  
  250. Limited to 3 restricts in unregistered version.
  251. []ME
  252. Trigger
  253.  
  254.  ■ This is the name you want to trigger on.  It must be exactly the
  255.    way the messages arrive at your system.
  256.  
  257. Trigger on
  258.  
  259.  ■ This can be "To" or "From".  For "To", it means that you want to
  260.    look at who the message is to, and if it matches, consider the message
  261.    to be destined for the public base.
  262.  
  263.  ■ Note that for inbound messages, your domain name is not included, for
  264.    example if you subscribed to a mailing list from the account name
  265.    " ml1@yoursite.com" the trigger should be " ml1" if using the "To" method.
  266.  
  267.  ■ If all the messages come "From" a specific user, you can use the second
  268.    method, and look at who the message is from.  For example, if all the
  269.    messages were posted from " list-owner@remotesite.com", you would put
  270.    that full name as the Trigger.
  271.  
  272.    For example:
  273.  
  274.     From : mcc-owner@uti.com
  275.     To   : fakename
  276.  
  277. Basename
  278.  
  279.  ■ This is the path of the public base that the mail should be merged
  280.    into.  Currently only JAM is supported, and the format should follow
  281.    the same as the main message base path.
  282.  
  283. Outbound
  284.  
  285.  ■ This parameter controls whether or not the mail base will be scanned
  286.    for outgoing messages.  This is good for news letters and other such
  287.    lists that you do not want users being able to reply to.  You can of
  288.    course specify the area as Read-Only in your BBS setup (suggested) but
  289.    by selecting this here, iServer will bypass the scanning of this area,
  290.    thus increasing processing speed.
  291.  
  292.  ■ If you do allow replies, any found will be exported as standard
  293.    internet email.
  294. []M
  295. Another great feature of iServer, is its ability to take mailing lists
  296. and merge them into a public reading base.  This is great if you want
  297. to subscribe to a popular mailing list, and make it available to all
  298. your users without them all having to subscribe to it themselves, and
  299. receiving multiple copies of the same messages.
  300.  
  301. You could subscribe to the mailing list with a psuedo-name, and use
  302. this merge function to detect mail to this psuedo-name and import
  303. it into the public base.
  304.  
  305. For example:  1) Subscribe to a list using a fake user name
  306.                  " ml1@yoursite.com"
  307.  
  308.               2) Mail comes into " ml1" and merge sees it and
  309.                  imports it into a public base you define.
  310.  
  311. More information regarding the field setup in merge is available
  312. by pressing "Insert" to insert a new merge, and then pressing "F1"
  313. for help on the field options.
  314. []RS
  315. This is one of the most powerful features of iServer that will allow
  316. you to setup subscription levels, or simply restrict access to certain
  317. functions if your gateway is long distance, or does not accept certain
  318. types of functions or requests.
  319.  
  320. Any outgoing messages that have any of the names listed in the restrict
  321. section or any partial matches thereof in "to" address or the first word
  322. in the subject line, will be considered to be restricted.  You may
  323. override certain restricts with a user flag if you wish.
  324.  
  325. Example:  SUBSC      A2  (Restricts "SUBSC" unless user has flag A2)
  326.           LISTSERV   A2  (Restricts "LISTSERV" unless user has flag A2)
  327.           FTP            (Restricts "FTP" always)
  328.  
  329. Since you can use a flag to override certain sites, it is excellent as
  330. a tool to help promote finacial support of your internet email services.
  331.  
  332. Limited to 3 restricts in unregistered version.
  333. []I
  334. Messages addressed to "ignored" names will remain in the netmail folder
  335. as if iServer had never seen them.  It is good for leaving requests
  336. upto other programs, or if you wish your personal mail to be leave in
  337. your netmail folder, you can place your name in an "ignore".
  338.  
  339. Example:  ALLFIX
  340.           AREAFIX
  341.           PETE ROCCA
  342. []A
  343. By default, encodeded files (such as UUENCODE, BASE64, MIME, etc) are
  344. bounced when attempting to be exported, however you can override this
  345. for certain users or users with certain flags, or disable the
  346. restrictions for all users, using any of the following 3 methods.
  347.  
  348.      Example:  PETE ROCCA
  349.                A2
  350.                ALL
  351.  
  352. This would allow " PETE ROCCA", users with flag " A2", or " ALL" users,
  353. respectively, to post encoded files.  You can use a combination of
  354. these settings to tailor the restrictions to exactly your requirements.
  355. []UE
  356. One of the nice features of iServer, is that it allows your users to
  357. change their handle on the BBS to something that is more appropriate
  358. for internet email addresses.  For example, the user "Pete Rocca" might
  359. change his handle to "rocca"
  360.  
  361. What is special about allowing iServer to do it, instead of your BBS
  362. is that it allows you to restrict certain handles from being used, as
  363. well as giving you the option to only allow users to change it once,
  364. since if the user is constantly changing their address, all the mail
  365. to their old address will be returned to sender since the old name no
  366. longer exists on your system.
  367.  
  368. Userid selected flag
  369.  
  370.  ■ This is the flag that you wish to have turned on once the user has
  371.    selected an alias.
  372.  
  373. Min userid length
  374.  
  375.  ■ This is the minimum number of characters allowed in the userid.
  376.  
  377. Max userid length
  378.  
  379.  ■ This is the maximum number of characters allowed in the userid.
  380.  
  381. Bad handles
  382.  
  383.  ■ This is a list of names or partial names that you do not want users
  384.    to be able to select.  The list is partially matched, so an entry
  385.    of "ROOT" would also restrict "ROOTED", "DEROOT", etc..
  386.  
  387.    Some good defaults include:
  388.  
  389.       ROOT        POSTMASTER       WWW
  390.       ADMIN       SYSOP            FTP
  391.  
  392. Once you have these options set, and you wish to allow your users
  393. to use the handle option, you should present them with an option
  394. to run ISERVER with the parameters "/USERID c:\path_to_dropfiles"
  395. For example you would make menu option to shell:
  396.  
  397.    C:\ISERVER\ISERVER.EXE /USERID C:\RA
  398.  
  399. If you do use this option, don't forget to set the Internet email
  400. area on your BBS to use "Handles" instead of "Real names"...
  401.  
  402. Also, a good way to run it so that it gets run only once, is to make
  403. a menu option that is "Autoexecute=Yes" with the "Not flag" of whatever
  404. flag you are to have set, that way if a user does not have the flag
  405. set, it will run the "ISERVER.EXE /USERID" program automatically.
  406. []SA
  407. Normally you would only process messages to your site address you are
  408. using for your email, however if you wish to utilize some of the other
  409. features in iServer, such as InfoBots and message bouncing for your
  410. other addresses, you can list those akas that you wish iServer to process.
  411. []PL
  412. If you are using the USERS.BBS type of userbase, then you can restrict
  413. the number of messages a user below a certain security level can post
  414. in a give period.  iServer will keep a record of these posts in the
  415. LIMIT.DAT file which is located in the iServer directory, once a user
  416. exceeds the number of messages in this database, their messages are
  417. bounced back with the LIMIT.BAD template file.
  418.  
  419. When you wish to reset the counters, simply delete the LIMIT.DAT file.
  420. For example, if you wanted to restrict users to a single message a day
  421. you would specify "1" for the number of posts to restrict, and then
  422. delete this file in your midnight maintenance. Likewise, if you wanted
  423. to restrict to 100 messages a month, you would specify "100" and delete
  424. the LIMIT.DAT file in your monthly maintenance.
  425.  
  426. If you do not wish to restrict any users, simply leave the values at
  427. zero, and iServer will not use the limiting features.
  428. []MRM
  429. Sometimes it is desired to remap one address to another, such as mapping
  430. a fake account " postmaster@yoursite.com" to " sysop@yoursite.com", this
  431. way you can provide a generic userid and have it mapped into another
  432. account, without having to create and maintain a special account on the
  433. BBS for the original name.
  434.  
  435. You might also use this function to remap commonly misspelled versions
  436. of your own name, or multiple accounts you might want to have presented
  437. as valid.
  438.  
  439.      Some examples...
  440.  
  441.      Remap mailbox:  POSTMASTER        ->  SYSOP
  442.      Remap mailbox:  PETER ROCCA       ->  PETE ROCCA
  443.      Remap mailbox:  ROCCAP            ->  PETE ROCCA
  444. []GI
  445. Domain
  446.  
  447.  ■ This is your domain name.  If you are feeding from a private gateway,
  448.    your gateway will assign you a name. If you are feeding from your zone
  449.    fidonet gateway then your domain is as such:
  450.  
  451.      f<node>.n<net>.z<zone>.fidonet.org
  452.  
  453.    For example, if your Site Address was 1:2401/305, your domain would be
  454.    f305.n2401.z1.fidonet.org
  455.  
  456.    If your address has a point, simply preceed the address with p<point>
  457.    for example 1:2401/305.10 would be p10.f305.n2401.z1.fidonet.org
  458.  
  459. Server Name
  460.  
  461.  ■ This option allows you to specify what name the server will use to
  462.    bounce messages, and for response functions.
  463.  
  464.  ■ It is only cosmetic, so what you choose is not extreamly important,
  465.    however some good suggestions are:
  466.  
  467.       mail-daemon
  468.       mail-server
  469.       server
  470.  
  471. Site Address
  472.  
  473.  ■ This is the fidonet address that you will be receiving the internet
  474.    email to.  For basic setups, this will be your main fidonet address,
  475.    however see the documentation on how to setup an optimal system that
  476.    will not conflict with your regular netmail.
  477.  
  478. Uucp Address
  479.  
  480.  ■ This is the fidonet address of your gateway that will handle the
  481.    email for you.  If you are using the free zone 1 gateway then the
  482.    address should be 1:1/31, however if you are using a private gateway,
  483.    you should ask your gateway what address to put in here.
  484.  
  485. Uucp Secondary
  486.  
  487.  ■ Most people will not need this function.  What it does is allow you
  488.    to have to inbound UUCP feeds merged into the same email stream.  For
  489.    example if you had two feeds you could place the fidonet address of
  490.    the secondary feed here and have both of them converge in the same email
  491.    base.
  492.  
  493.  ■ It should be noted that all outbound mail will be destined to the
  494.    main Uucp Address.
  495.  
  496. Serial & Registration
  497.  
  498.  ■ This is where you place the serial and registration codes once you have
  499.    registered iServer.
  500. []ARM
  501. Sometimes it is desirable to remap mail going from one address to another.
  502. This is good if you have users manually posting netmail to an incorrect
  503. gateway that you would like redirected.
  504.  
  505.   Some examples...
  506.  
  507.   Remap address:  1:1/31            ->  1:2401/305.1000
  508.   Remap mailbox:  1:2235/10.999     ->  1:2401/305.1000
  509.  
  510. You can also use it to redirect other kinds of mail, perhaps you have
  511. two fidonet addresses, but would like them to converge into one area.
  512. []SO
  513. Import mail to all@yoursite.com
  514.  
  515.  ■ If you wish to have mail that is addressed to all@yoursite.com imported
  516.    into the internet email base with the public flag, rather than have the
  517.    mail returned to sender then set this option to "Yes"
  518.  
  519. Convert "site!user" to "user@site"
  520.  
  521.  ■ Some UUCP providers will send you mail that looks like it's
  522.    backwards.  If it looks like "site.com!user" instead of "user@site.com",
  523.    you may switch it around to the more preferred addressing method.
  524.  
  525. Delete fidonet information
  526.  
  527.  ■ If your email messages contain information in the fidonet control
  528.    lines, and you do not wish them to be imported into the BBS, you
  529.    can disable it with this function.
  530.  
  531.  ■ Some have reported that ProBoard locks up when importing large
  532.    JAM kludges into the board, if this happens to you, you should
  533.    consider deleting the fidonet information.
  534.  
  535. Retry underbars with periods
  536.  
  537.  ■ Some gateways incorrectly remap email -> user names by inserting
  538.    underbars in names rather than periods.  If your gateway does this
  539.    and you want to increase the chance of mail being imported to the
  540.    user correctly, select "Yes".
  541.  
  542.    For example the gateway might map:
  543.  
  544.    pete_rocca@mbcc.com instead of
  545.    pete.rocca@mbcc.com
  546.  
  547.    With this option on, iServer will try both variations to see if the
  548.    user exists.
  549.  
  550. Cache tables at startup
  551.  
  552.  ■ If you are using "Tables" that you have setup in the Advanced Setup
  553.    section, you can have the option to cache them at startup.
  554.  
  555.  ■ If you do not have very many table hits, it is a good idea to leave
  556.    this off, however if you use the tables a lot, caching at startup
  557.    will make iServer run much quicker.
  558.  
  559. Convert outbound addresses to lowercase
  560.  
  561.  ■ If you wish, you can convert all outbound addresses to be converted
  562.    to lowercase.  For example "USER@SITE.COM" would be coverted to
  563.    "user@site.com" This is usually a cosmetic preference option.
  564.  
  565. Set the "Keep/Sent" flag on netmail
  566.  
  567.  ■ When posting the outbound netmail, you can have the option to set
  568.    the "Keep/Sent" flag.  Usually most will have this option turned off.
  569.  
  570. Set the "Direct" flag on netmail
  571.  
  572.  ■ When posting the outbound netmail, you can have the option to set
  573.    the "Direct" flag, this is usually best left on unless you are
  574.    routing your mail to your provider (ie 1:1/31)
  575.  
  576. Check for dumb outbound messages
  577.  
  578.  ■ iServer can check for outbound messages that are not addressed to
  579.    a valid name, even before they leave your site.  Addresses that do not
  580.    have the "@" or "!" symbol cannot be processed by most gateways, so
  581.    rather than sending this mail to the gateway, iServer can bounce it
  582.    back to the user immediately.
  583.  
  584. Always export "UUCP" in header
  585.  
  586.  ■ By default iServer attempts to put the destination address into
  587.    the netmail "To" header.  If it cannot fit, it addresses the message
  588.    "To: UUCP" and puts the address on the first line.
  589.  
  590.  ■ If you wish to always use the "To: UUCP" method, you can do so by
  591.    selecting this option.
  592.  
  593. Delete mail from base once exported
  594.  
  595.  ■ Once iServer exports the message, it marks it as "sent" so it will not
  596.    need to be processed again, however it leaves the message in the
  597.    message base as many people like to be able to see what messages they
  598.    have sent.  If you wish to remove the message from the BBS immediately
  599.    after processing it, select "Yes"
  600. []FPC
  601. Netmail path
  602.  
  603.  ■ This is the path to the netmail folder that your mailer uses for
  604.    its *.MSG files.
  605.  
  606. User base
  607.  
  608.  ■ This is the filename of the file that stores all of the user
  609.    information.  There are two Types available; RA and Text.  For RA
  610.    it is the full path and filename of your USERS.BBS file.   For text,
  611.    it is the path and filename of an ASCII text file containing valid
  612.    user names.
  613.  
  614. Message base
  615.  
  616.  ■ This is the full path and filename of the path of the message base
  617.    on the BBS.  Right now only JAM is supported, other formats will soon
  618.    follow, including PCBoard.
  619.  
  620.    Example:   C:\MAIL\JAM\EMAIL  Type:JAM
  621.  
  622.    Would use the JAM base that created:
  623.  
  624.       C:\MAIL\JAM\EMAIL.JDT
  625.       C:\MAIL\JAM\EMAIL.JDX
  626.       C:\MAIL\JAM\EMAIL.JHR
  627.       C:\MAIL\JAM\EMAIL.JLR
  628.  
  629. Log file
  630.  
  631.  ■ This is the name of the logfile that iServer will use to log mail
  632.    traffic and events.  If you do not wish to use a log file, put  NUL
  633.    for the filename.
  634.  
  635. Update semaphore
  636.  
  637.  ■ When iServer modifies the netmail folder, it can notify other tasks
  638.    to rescan the folder to see the changes.  Depending on what mailer
  639.    you are using these file names will change.
  640.  
  641.  ■ For FrontDoor the names of the files are FDRESCAN.NOW and FMRESCAN.NOW
  642.    and are located in your FD semaphore directory.
  643.  
  644.    Example:   C:\FD\FDRESCAN.NOW
  645.               C:\FD\FMRESCAN.NOW
  646.  
  647.    Consult your mailer documentation for the correct semaphore file names
  648.    for you to use.
  649. []EXIT
  650. This allows you to exit the configuration program.  If you have made any
  651. changes, it will prompt you to save any changes before exiting back to
  652. the system prompt.
  653. []MAIN
  654. ┌──iServer───────────────────────────────────────────────────────────────┐
  655. └────────────────────────────────────────────────────────────────────────┘
  656.  
  657.    What does it do?
  658.  
  659.    ■ iServer will import email from a fidonet netmail format directly
  660.      into your RemoteAccess system as internet email.  No longer will
  661.      your users have to know anything about addressing to "UUCP" at some
  662.      obscure netmail address.
  663.  
  664.    ■ Of course, it will also export outbound mail from your BBS and
  665.      prepare then in a netmail fashion, ready to be gated out.
  666.  
  667.    A complete solution!
  668.  
  669.    ■ iServer is not only a tosser for your mail, but a powerful server
  670.      engine as well.  iServer can automatically bounce mail addressed
  671.      to unknown users on your system, or respond to inbound messages
  672.      automatically.  With iServer and its request/respond system, you
  673.      can build powerful applications to interface with your basic email
  674.      system, such as info-bots, listserv and ftpmail.
  675.  
  676.    ■ Outbound messages can be restricted on site, or user security
  677.      settings and the number of messages posted per user.  You also
  678.      have the option to restrict file transfers via email, such as
  679.      UUENCODED, BASE64 or MIME formatted messages.  iServer integrates
  680.      completely and seemlessly with your BBS system, using it's data
  681.      files for user verification, as well as obtaining user security
  682.      information for its message restricting features.
  683.  
  684.    Overview...
  685.  
  686.    ■ Seamless integration with RemoteAccess
  687.    ■ Direct import/export of email
  688.    ■ Powerful server response engine
  689.    ■ Bounce messages to unknown users
  690.    ■ Merge mailing lists as usegroups
  691.    ■ Restrict certain sites, functions or encoded files
  692.    ■ Custom templates for bounce messages
  693.    ■ Dumb address checking
  694.    ■ Disclaimer message support
  695.    ■ Excellent author support
  696.  
  697. ┌────────────────────────────────────────────────────────────────────────┐
  698. └────────────────────────────────────────────────────────────────────────┘
  699. []